projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d928d7e
)
*** empty log message ***
author
Fred Pierresteguy
<F.Pierresteguy@frcl.bull.fr>
Mon, 14 Mar 1994 17:50:20 +0000
(17:50 +0000)
committer
Fred Pierresteguy
<F.Pierresteguy@frcl.bull.fr>
Mon, 14 Mar 1994 17:50:20 +0000
(17:50 +0000)
lwlib/lwlib-Xaw.c
patch
|
blob
|
history
diff --git
a/lwlib/lwlib-Xaw.c
b/lwlib/lwlib-Xaw.c
index efc287e062a0bcbe55b74a0c23fb1d070b83a8d3..90aa782be81c669f012ac6fa51a34234d89d7686 100644
(file)
--- a/
lwlib/lwlib-Xaw.c
+++ b/
lwlib/lwlib-Xaw.c
@@
-124,7
+124,10
@@
xaw_update_one_widget (instance, widget, val, deep_p)
}
else if (XtIsSubclass (widget, dialogWidgetClass))
{
- XtVaSetValues (widget, XtNlabel, val->contents->value, 0);
+ Arg al[1];
+ int ac = 0;
+ XtSetArg (al[ac], XtNlabel, val->contents->value); ac++;
+ XtSetValues (widget, al, ac);
}
else if (XtIsSubclass (widget, commandWidgetClass))
{